home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / silves.dxr / 00110.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  154 b   |  11 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     if the visible of sprite 2 = 0 then
  4.       onVis(2, 3)
  5.     end if
  6.   else
  7.     InVis(2, 3)
  8.   end if
  9.   Loopframe()
  10. end
  11.